home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / kernel / sources / arttr_f.ph < prev    next >
Text File  |  1994-04-25  |  1KB  |  47 lines

  1. /*****************************************************************************
  2.   FILE           : arttr_f.ph
  3.   SHORTNAME      : 
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : SNNS-Kernel special transfer functions for ART-networks 
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Sven Doering
  10.   DATE           : 
  11.  
  12.   CHANGED BY     : Sven Doering
  13.   IDENTIFICATION : @(#)arttr_f.ph    1.6 3/15/94
  14.   SCCS VERSION   : 1.6
  15.   LAST CHANGE    : 3/15/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _ARTTR_F_DEFINED_
  21. #define  _ARTTR_F_DEFINED_
  22.  
  23. /* begin global definition section */
  24.  
  25. FlintType  OUT_ART2_Noise_PLin (register FlintType activation);
  26. FlintType  OUT_ART2_Noise_ContDiff (FlintType activation);
  27. FlintType  ACT_ART1_NC  (struct Unit *unit_ptr);
  28. FlintType ACT_ART2_Linear (struct Unit *unit_ptr);
  29. FlintType ACT_ART2_NormP  (struct Unit *unit_ptr);
  30. FlintType ACT_ART2_NormV  (struct Unit *unit_ptr);
  31. FlintType ACT_ART2_NormW  (struct Unit *unit_ptr);
  32. FlintType ACT_ART2_NormIP  (struct Unit *unit_ptr);
  33. FlintType ACT_ART2_Rec  (struct Unit *unit_ptr);
  34. FlintType ACT_ART2_Rst  (struct Unit *unit_ptr);
  35. FlintType  ACT_ARTMAP_NCa  (struct Unit *unit_ptr);
  36. FlintType  ACT_ARTMAP_NCb  (struct Unit *unit_ptr);
  37. FlintType  ACT_ARTMAP_DRho (struct Unit *unit_ptr);
  38.  
  39.  
  40. /* end global definition section */
  41.  
  42. /* begin private definition section */
  43.  
  44. /* end private definition section */
  45.  
  46. #endif 
  47.